Part Number Hot Search : 
MAX1430 74LS156D C270CHR 70400 MHP1151D NTE2379 29M05 AA108
Product Description
Full Text Search
 

To Download S3P72B9 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
 S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
1
OTP
PRODUCT OVERVIEW
OVERVIEW
The S3C72B5/C72B7/C72B9 single-chip CMOS microcontroller has been designed for high performance using Samsung's newest 4-bit CPU core, SAM47 (Samsung Arrangeable Microcontrollers). With an up-to-1280-dot LCD direct drive capability, segment expandable circuit, 8-bit and 16-bit timer/counter, and serial I/O, the S3C72B5/C72B7/C72B9 offers an excellent design solution for a wide variety of applications which require LCD functions. Up to 51 pins of the 128-pin QFP package can be dedicated to I/O. Nine vectored interrupts provide fast response to internal and external events. In addition, the S3C72B5/C72B7/C72B9's advanced CMOS technology provides for low power consumption and a wide operating voltage range.
The S3C72B5/C72B7/C72B9 microcontroller is also available in OTP (One Time Programmable) version, S3P72B9. S3P72B9 microcontroller has an on-chip 32-Kbyte one-time-programmable EPROM instead of masked ROM. The S3P72B9 is comparable to S3C72B5/C72B7/C72B9, both in function and in pin configuration except ROM size.
1-1
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P72B9
FEATURES SUMMARY
Memory * 3,584 x 4-bit RAM (Excluding LCD Display RAM) 16,384/24,576/32,768 x 8-bit ROM 16-Bit Timer/Counter * * * * 51 I/O Pins * * I/O: 47 pins (32 pins are configurable as SEG pins) Input only: 4 pins * * Programmable 16-bit timer External event counter Arbitrary clock frequency output External clock signal divider Configurable as two 8-bit Timers Serial I/O interface clock generator Bit Sequential Carrier * Supports 16-bit serial data transfer in arbitrary format
*
Memory-Mapped I/O Structure * Data memory bank 15
Power-Down Modes * * * Idle mode (only CPU clock stops) Stop mode (main system clock stops) Subsystem clock stop mode
LCD Controller/Driver * * * * * 80 SEG x 16 COM, 88 SEG x 8 COM Terminals Internal resistor circuit for LCD bias 16 Level LCD contrast control (software) Segment expandable circuit All dot can be switched on/off
Watch Timer * * * Time interval generation: 0.5 s, 3.9 ms at 32,768 Hz 4 frequency outputs to BUZ pin Clock source generation for LCD
Oscillation Sources * * * * * Crystal, Ceramic or RC for main system clock Crystal oscillator for subsystem clock Main system clock frequency: 0.4-6 MHz Subsystem clock frequency: 32.768 kHz CPU clock divider circuit (by 4, 8 or 64)
8-bit Serial I/O Interface * * * * 8-bit transmit/receive mode 8-bit receive mode LSB-first or MSB-first transmission selectable Internal or external clock source
8-bit Basic Timer * * 4 interval timer functions Watch-dog timer
Instruction Execution Times * * * 0.67, 1.33, 10.7 s at 6 MHz 0.95, 1.91, 15.3 s at 4.19 MHz 122 s at 32.768 kHz
8-bit Timer/Counter * * * * Programmable 8-bit timer External event counter Arbitrary clock frequency output External clock signal divider
Comparator * * 3 Channel mode: internal reference (4-bit resolution) 2 Channel mode: external reference
Operating Temperature Interrupts * * * Five internal vectored interrupts Four external vectored interrupts Two quasi-interrupts * - 40 C to 85 C
Operating Voltage Range * 1.8 V to 5.5 V
Package Type * 128-pin QFP
1-2
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
FUNCTION OVERVIEW
SAM47 CPU All KS57-series microcontrollers have the advanced SAM47 CPU core. The SAM47 CPU can directly address up to 32 K bytes of program memory. The arithmetic logic unit (ALU) performs 4-bit addition, subtraction, logical, and shift-and-rotate operations in one instruction cycle and most 8-bit arithmetic and logical operations in two cycles. CPU REGISTERS Program Counter A 15-bit program counter (PC) stores addresses for instruction fetches during program execution. Usually, the PC is incremented by the number of bytes of the fetched instruction. The one instruction fetch that does not increment the PC is the 1-byte REF instruction which references instructions stored in a look-up table in the ROM. Whenever a reset operation or an interrupt occurs, bits PC13 through PC0 are set to the vector address. Stack Pointer An 8-bit stack pointer (SP) stores addresses for stack operations. The stack area is located in general-purpose data memory bank 0. The SP is 8-bit read/writeable and SP bit 0 must always be logical zero. During an interrupt or a subroutine call, the PC value and the PSW are written to the stack area. When the service routine has completed, the values referenced by the stack pointer are restored. Then, the next instruction is executed. The stack pointer can access the stack despite data memory access enable flag status. Since the reset value of the stack pointer is not defined in firmware, you use program code to initialize the stack pointer to 00H. This sets the first register of the stack area to data memory location 0FFH. PROGRAM MEMORY In its standard configuration, the 16,384/24,576/32,768 x 8-bit ROM is divided into four areas: -- 16-byte area for vector addresses -- 96-byte instruction reference area -- 16-byte general-purpose area (0010-001FH) -- 16,256/24,448/32,640-byte area for general-purpose program memory The vector address area is used mostly during reset operations and interrupts. These 16 bytes can alternately be used as general-purpose ROM. The REF instruction references 2 x 1-byte or 2-byte instructions stored in reference area locations 0020H- 007FH. REF can also reference three-byte instructions such as JP or CALL. So that a REF instruction can reference these instructions, however, the JP or CALL must be shortened to a 2-byte format. To do this, JP or CALL is written to the reference area with the format TJP or TCALL instead of the normal instruction name. Unused locations in the REF instruction look-up area can be allocated to general-purpose use.
1-3
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P72B9
DATA MEMORY Overview The 3,584-bit data memory has five areas: -- 32 x 4-bit working register area -- 224 x 4-bit general-purpose area in bank 0 which is also used as the stack area -- 256 x 4-bit general-purpose area in bank 1, bank 2,......, bank 13, respectively -- 256 x 5-bit area for LCD data in bank 14 -- 128 x 4-bit area in bank 15 for memory-mapped I/O addresses The data memory area is also organized as sixteen memory banks -- bank 0, bank 1, ....., and bank 15. You use the select memory bank instruction (SMB) to select one of the banks as working data memory. Data stored in RAM locations are 1-, 4-, and 8-bit addressable. After a hardware reset, data memory initialization values must be defined by program code. Data Memory Addressing Modes The enable memory bank (EMB) flag controls the addressing mode for data memory banks 0, 1, ....., or 15. When the EMB flag is logical zero, only locations 00H-7FH of bank 0 and bank 15 can be accessed. When the EMB flag is set to logical one, all sixteen data memory banks can be accessed based on the current SMB value. Working Registers The RAM's working register area in data memory bank 0 is also divided into four register banks. Each register bank has eight 4-bit registers. Paired 4-bit registers are 8-bit addressable. Register A can be used as a 4-bit accumulator and double register EA as an 8-bit extended accumulator; double registers WX, WL and HL are used as address pointers for indirect addressing. To limit the possibility of data corruption due to incorrect register addressing, it is advisable to use bank 0 for main programs and banks 1, 2, and 3 for interrupt service routines. LCD Data Register Area Bit values for LCD segment data are stored in data memory bank 14. Register locations that are not used to store LCD data can be assigned to general-purpose use. Bit Sequential Carrier The bit sequential carrier (BSC) is a 16-bit general register that you can manipulate using 1-, 4-, and 8-bit RAM control instructions. Using the BSC register, addresses and bit locations can be specified sequentially using 1-bit indirect addressing instructions. In this way, a program can generate 16-bit data output by moving the bit location sequentially, incrementing or decrementing the value of the L register. You can also use direct addressing to manipulate data in the BSC.
1-4
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
CONTROL REGISTERS Program Status Word The 8-bit program status word (PSW) controls ALU operations and instruction execution sequencing. It is also used to restore a program's execution environment when an interrupt has been serviced. Program instructions can always address the PSW regardless of the current value of data memory access enable flags. Before an interrupt is processed, the PSW is pushed onto the stack in data memory bank 0. When the routine is completed, PSW values are restored. IS1 C IS0 SC2 EMB SC1 ERB SC0
Interrupt status flags (IS1, IS0), the enable memory bank and enable register bank flags (EMB, ERB), and the carry flag (C) are 1- and 4-bit read/write or 8-bit read-only addressable. Skip condition flags (SC0-SC2) can be addressed using 8-bit read instructions only. Select Bank (SB) Register Two 4-bit locations called the SB register store address values used to access specific memory and register banks: the select memory bank register, SMB, and the select register bank register, SRB. 'SMB n' instructions select a data memory bank (0, 1, ....., or 15) and store the upper four bits of the 12-bit data memory address in the SMB register. The 'SRB n' instruction is used to select register bank 0, 1, 2, or 3, and to store the address data in the SRB. The instructions 'PUSH SB' and 'POP SB' move SMB and SRB values to and from the stack for interrupts and subroutines. CLOCK CIRCUITS Main system and subsystem oscillation circuits generate the internal clock signals for the CPU and peripheral hardware. The main system clock can use a Crystal, Ceramic, or RC oscillation source, or an externallygenerated clock signal. The subsystem clock requires either a crystal oscillator or an external clock source. Bit settings in the 4-bit power control and system clock mode registers select the oscillation source, the CPU clock, and the clock used during power-down mode. The internal system clock signal (fxx) can be divided internally to produce four CPU clock frequencies -- fx/4, fx/8, fx/64, or fxt/4. INTERRUPTS Interrupt requests may be generated internally by on-chip processes (INTB, INTT0, INTT1, and INTS) or externally by peripheral devices (INT0, INT1, INT4, and INTK). There are two quasi-interrupts: INT2 and INTW. INT2 detects rising or falling edges of incoming signals and INTW detects time intervals of 0.5 seconds or 3.91 milliseconds. The following components support interrupt processing: -- Interrupt enable flags -- Interrupt request flags -- Interrupt priority registers -- Power-down termination circuit
1-5
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P72B9
POWER DOWN To reduce power consumption, there are two power-down modes: idle and stop. The IDLE instruction initiates idle mode and the STOP instruction initiates stop mode. In idle mode, only the CPU clock stops while peripherals and the oscillation source continue to operate normally. Stop mode effects only the main system clock -- a subsystem clock, if used, continues oscillating. In stop mode, main system clock oscillation stops completely, halting all operations except for a few basic peripheral functions. RESET or an interrupt can be used to terminate either idle or stop mode. RESET When a RESET signal occurs during normal operation or during power-down mode, the CPU enters idle mode when the reset operation is initiated. When the standard oscillation stabilization interval (31.3 ms at 4.19 MHz) has elapsed, normal CPU operation resumes. I/O PORTS The S3C72B5/C72B7/C72B9 has 13 I/O ports. Pin addresses for all I/O ports are mapped in bank 15 of the RAM. There are 4 input pins and 47 configurable I/O pins for a total of 51 I/O pins. The contents of I/O port pin latches can be read, written, or tested at the corresponding address using bit manipulation instructions. TIMERS and TIMER/COUNTERS The timer function has four main components: an 8-bit basic interval timer, an 8-bit timer/counter, a 16-bit timer/counter and a watch timer. The 8-bit basic timer generates interrupt requests at precise intervals, based on the selected clock frequency and has watch-dog timer function. The programmable 8-bit and 16-bit timer/counters are used for external event counting, generation of arbitrary clock frequencies for output, and dividing external clock signals. The 16-bit timer/counter is the source of the clock signal that is required to drive the serial I/O interface and configurable as two 8-bit timer/counters. The watch timer has an 8-bit watch timer mode register, a clock selector and a frequency divider circuit. Its functions include real-time and watch-time measurement, clock generation for the LCD controller and frequency outputs for buzzer sound. LCD DRIVER/CONTROLLER The S3C72B5/C72B7/C72B9 can directly drive an up-to-1,280-dot LCD panel. The LCD function block has the following components: -- RAM area for storing display data -- 80 segment output pins (SEG0-SEG79) -- Segment expandable circuit -- 16 common output pins (COM0-COM15) -- 5 operating power supply pins (VLC1-VLC5) -- Sixteen level LCD contrast control circuit (software) Frame frequency, LCD clock, duty, and segment pins used for display output are controlled by bit settings in the 8-bit mode register, LMOD. You use the 4-bit LCD control register, LCON, to turn the LCD display on and off, and to control current supplied to the dividing resistors. Segment data are output using a direct memory access method synchronized with the LCD frame frequency (fLCD). Using the main system clock, the LCD panel operates in idle mode; during stop mode, it is turned off. If a subsystem clock is used as a clock source, the LCD panel will continue to operate during stop and idle modes.
1-6
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
SERIAL I/O INTERFACE The serial I/O interface supports the transmission or reception of 8-bit serial data with an external device. The serial interface has the following functional components: -- 8-bit mode register -- Clock selector circuit -- 8-bit buffer register -- 3-bit serial clock counter The serial I/O circuit can be set either to transmit-and-receive or to receive-only mode. MSB-first or LSB-first transmission is also selectable. The serial interface operates with an internal or an external clock source, or using the clock signal generated by the 16-bit timer/counter. To modify transmission frequency, the appropriate bits in the serial I/O mode register (SMOD) must be manipulated. COMPARATOR Port 4 can be used as a analog input port for a comparator. The reference voltage for the 3-channel comparator can be supplied either internally or externally at P4.2. The comparator module has the following components: -- Comparator -- Internal reference voltage generator (4-bit resolution) -- External reference voltage source at P4.2 -- Comparator mode register (CMOD) -- Comparison result register (CMPREG)
1-7
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P72B9
BLOCK DIAGRAM
SCK/K0/P0.0 SO/K1/P0.1 SI/K2/P0.2 BUZ/K3/P0.3 INT0/P1.0 INT1/P1.1 INT2/P1.2 INT4/P1.3 M/P2.0 LCDFR/P2.1 CLO1/P2.2 CLO2/P2.3 TCLO0/CL/P3.0 TCLO1/P3.1 TCL0/P3.2 TCL1/P3.3 CIN0/P4.0 CIN1/P4.1 CIN2/P4.2 SEG79/K4/P6.0 SEG78/K5/P6.1 SEG77/K6/P6.2 SEG76/K7/P6.3 SEG75-SEG72/ P7.0-P7.3 SEG71-SEG68/ P8.0-P8.3 SEG67-SEG64/ P9.0-P9.3
I/O PORT 0 RESET Xin XTin Xout XTout
BASIC TIMER
WATCH-DOG TIMER
INPUT PORT 1 INTERRUPT CONTROL BLOCK
WATCH TIMER STACK POINTER LCD DRIVER/ CONTROLLER INTERNAL INTERRUPTS
CLOCK
I/O PORT 2
I/O PORT 3
VLC1-VLC5 COM0-COM7 COM8-COM15/ SEG87-SEG80 SEG0-SEG47 SEG48-SEG79/ PORT13-PORT6 M/P2.0 LCDFR/P2.1 CL/P3.0/TCLO0
I/O PORT 4
PROGRAM COUNTER
SEGMENT EXPANDER
I/O PORT 6 I/O PORT 7 PROGRAM STATUS WORD SERIAL I/O P0.0 / SCK/K0 P0.1 / SO/K1 P0.2 / SI/K2
I/O PORT 8 I/O PORT 9 INSTRUCTION DECODER
8-BIT TIMER/ COUNTER0
SEG63-SEG60/ P10.0-P10.3 SEG59-SEG56/ P11.0-P11.3 SEG55-SEG52/ P12.0-P12.3 SEG51-SEG48/ P13.0-P13.3
I/O PORT 10 I/O PORT 11 ARITHMETIC AND LOGIC UNIT FLAGS
16-BIT TIMER/ COUNTER1
8-BIT TIMER/ COUNTER1A 8-BIT TIMER/ COUNTER1B
I/O PORT 12 COMPARATOR I/O PORT 13
3,584x 4-BIT DATA MEMORY
16/24/32 KBYTE PROGRAM MEMORY
Figure 1-1. S3C72B5/C72B7/C72B9 Simplified Block Diagram
1-8
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
PIN ASSIGNMENTS
128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65
SEG85/COM10 SEG84/COM11 SEG83/COM12 SEG82/COM13 SEG81/COM14 SEG80/COM15 SEG0 SEG1 SEG2 SEG3 SEG4 SEG5 SEG6 SEG7 SEG8 SEG9 SEG10 SEG11 SEG12 SEG13 SEG14 SEG15 SEG16 SEG17 SEG18 SEG19
COM9/SEG86 COM8/SEG87 COM7 COM6 COM5 COM4 COM3 COM2 COM1 COM0 VLC5 VLC4 VLC3 VLC2 VLC1 P0.0/SCK/K0 P0.1/SO/K1 P0.2/SI/K2 P0.3/BUZ/K3 VDD VSS XOUT XIN TEST XTIN XTOUT RESET P1.0/INT0 P1.1/INT1 P1.2/INT2 P1.3/INT4 P2.0/M P2.1/LCDFR P2.2/CLO1 P2.3/CLO2 P3.0/TCLO0/CL P3.1/TCLO1 P3.2/TCL0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
S3C72B5/C72B7/C72B9 (128-QFP-1420)
SEG20 SEG21 SEG22 SEG23 SEG24 SEG25 SEG26 SEG27 SEG28 SEG29 SEG30 SEG31 SEG32 SEG33 SEG34 SEG35 SEG36 SEG37 SEG38 SEG39 SEG40 SEG41 SEG42 SEG43 SEG44 SEG45 SEG46 SEG47 SEG48/P13.3 SEG49/P13.2 SEG50/P13.1 SEG51/P13.0 SEG52/P12.3 SEG53/P12.2 SEG54/P12.1 SEG55/P12.0 SEG56/P11.3 SEG57/P11.2
Figure 1-2. S3C72B5/C72B7/C72B9 128-QFP Pin Assignment
P3.3/TCL1 P4.0/CIN0 P4.1/CIN1 P4.2/CIN2 SEG79/P6.0/K4 SEG78/P6.1/K5 SEG77/P6.2/K6 SEG76/P6.3/K7 SEG75/P7.0 SEG74/P7.1 SEG73/P7.2 SEG72/P7.3 SEG71/P8.0 SEG70/P8.1 SEG69/P8.2 SEG68/P8.3 SEG67/P9.0 SEG66/P9.1 SEG65/P9.2 SEG64/P9.3 SEG63/P10.0 SEG62/P10.1 SEG61/P10.2 SEG60/P10.3 SEG59/P11.0 SEG58/P11.1
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
1-9
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P72B9
PIN DESCRIPTIONS
Table 1-1. S3C72B5/C72B7/C72B9 Pin Descriptions Pin Name P0.0 P0.1 P0.2 P0.3 Pin Type I/O Description 4-bit I/O port. 1-bit and 4-bit read/write and test is possible. 4-bit unit pull-up resisters are assignable to input pins by software and are automatically disabled for output pins. Each bit pin can be allocated as input or output (1-bit unit). The N-ch open drain or push-pull output may be selected by software (1-bit unit). 4-bit input port. 1-bit and 4-bit read and test is possible. 4-bit unit pull-up resistors are assignable to input pins by software. 4-bit I/O port. 1-bit and 4-bit read/write and test is possible. I/O function is same as port 0. Number 16 17 18 19 Share Pin SCK/K0 SO/K1 SI/K2 BUZ/K3
P1.0 P1.1 P1.2 P1.3 P2.0 P2.1 P2.2 P2.3 P3.0 P3.1 P3.2 P3.3 P4.0 P4.1 P4.2 P6.0 P6.1 P6.2 P6.3 P7.0-P7.3 P8.0-P8.3 P9.0-P9.3 P10.0-P10.3 P11.0-P11.3 P12.0-P12.3 P13.0-P13.3 SCK SO SI BUZ K0-K3 K4-K7
I
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47-50 51-54 55-58 59-62 63-66 67-70 71-74 16 17 18 19 16-19 43-46
INT0 INT1 INT2 INT4 M LCDFR CLO1 CLO2 TCLO0/CL TCLO1 TCL0 TCL1 CIN0 CIN1 CIN2 K4/SEG79 K5/SEG78 K6/SEG77 K7/SEG76 SEG75-72 SEG71-68 SEG67-64 SEG63-60 SEG59-56 SEG55-52 SEG51-48 P0.0 P0.1 P0.2 P0.3 P0.0-P0.3 P6.0-P6.3
I/O
I/O
4-bit I/O port. 1-bit and 4-bit read/write and test is possible. I/O function is same as port 0.
I/O
3-bit I/O port. I/O function is same as port 0 except that port 4 is 3-bit I/O port. 4-bit I/O port. 1-, 4-bit and 8-bit read/write and test is possible. 4-bit unit pull-up resisters are assignable to input pins by software and are automatically disabled for output pins. Each bit pin can be allocated as input or output (1-bit unit). The N-ch open drain or pushpull output may be selected by software (4-bit unit). 4-bit I/O port. 1-, 4-bit and 8-bit read/write and test is possible. I/O function is same as port 6, 7. 4-bit I/O port. 1-, 4-bit and 8-bit read/write and test is possible. I/O function is same as port 6, 7. 4-bit I/O port. 1-, 4-bit and 8-bit read/write and test is possible. I/O function is same as port 6, 7. Serial I/O interface clock signal Serial data output Serial data input 2, 4, 8, 16 kHz frequency output for buzzer sound External interrupts with rising/falling edge detection
I/O
I/O I/O I/O I/O I/O I/O I/O I/O
1-10
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
Table 1-1. S3C72B5/C72B7/C72B9 Pin Descriptions (Continued) Pin Name INT0 INT1 INT2 INT4 M LCDFR CLO1 CLO2 CL TCLO0 TCLO1 TCL0 TCL1 CIN0-CIN2 SEG0-SEG47 SEG48- SEG79 SEG80- SEG87 COM0-COM7 COM8-COM15 VLC1-VLC5 VDD VSS Xin, Xout XTin, XTout TEST RESET Pin Type I I I I I/O I/O I/O I/O I/O I/O I/O I/O I/O I/O O O O O O - - - - - I I Description External interrupts with rising/falling edge detection External interrupts with rising/falling edge detection External quasi-interrupts with rising/falling edge detection External interrupts with rising/falling edge detection Alternated signal for SEG driver Synchronous frame signal for SEG driver Clock output or operating clock for SEG driver Clock output or operating clock for SEG driver Data shift clock for SEG driver Timer/counter0 clock output Timer/counter1 clock output External clock input for timer/counter 0 External clock input for timer/counter 1 CIN0,1: comparator input only CIN2: comparator input or external reference input LCD segment data output LCD segment data output LCD segment data output LCD common data output LCD common data output LCD power supply. Voltage dividing resistors are fixed. Main power supply Ground Crystal, Ceramic, or RC oscillator signal I/O for main system clock. Crystal oscillator signal I/O for subsystem clock. Test signal input (must be connected to VSS) Reset signal Number 28 29 30 31 32 33 34 35 36 36 37 38 39 40, 41 42 122-75 74-43 2,1, 128-123 10-3 123-128 1, 2 15-11 20 21 23, 22 25, 26 24 27 Share Pin P1.0 P1.1 P1.2 P1.3 P2.0 P2.1 P2.2 P2.3 P3.0 P3.0 P3.1 P3.2 P3.3 P4.0-P4.1 P4.2 - Port13-6 COM15-8 - SEG87-80 - - - - - - -
NOTE: Pull-up resistors for all I/O ports are automatically disabled if they are configured to output mode.
1-11
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P72B9
Table 1-2. Overview of S3C72B5/C72B7/C72B9 Pin Data Pin Names P0.0-P0.3 P1.0-P1.3 P2.0-P2.3 P3.0-P3.1 P3.2-P3.3 P4.0-P4.2 P6.0-P6.3 P7.0-P7.3 P8.0-P8.3 P9.0-P9.3 P10.0-P10.3 P11.0-P11.3 P12.0-P12.3 P13.0-P13.3 COM0-COM7 COM8-COM15 SEG0-SEG47 VLC1-VLC5 VDD VSS XIN, XOUT XTIN, XTOUT RESET TEST Share Pins SCK, SO, SI, BUZ/K0- K3 INT0-INT2, INT4 M, LCDFR, CLO1, CLO2 TCLO0/CL, TCLO1 TCL0, TCL1 CIN0-CIN2 K4-K7/SEG79-SEG76 SEG75-SEG72 SEG71-SEG68 SEG67-SEG64 SEG63-SEG60 SEG59-SEG56 SEG55-SEG52 SEG51-SEG48 - SEG87-SEG80 - - - - - - - - I/O Type I/O I I/O I/O I/O I/O I/O I/O I/O I/O I/O I/O I/O I/O O O O - - - - - I I Reset Value Input Input Input Input Input Input Input Input Input Input Input Input Input Input Low output Low output Low output - - - - - - - Circuit Type E-2 A-3 E E E-1 F-4 H-15 H-8 H-8 H-8 H-8 H-8 H-8 H-8 H-4 H-6 H-5 - - - - - B -
1-12
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
PIN CIRCUIT DIAGRAMS
VDD VDD VDD
PULL-UP RESISTOR
PNE
PULL-UP RESISTOR
P-CH
P-CHANNEL RESISTOR ENABLE
RESISTOR ENABLE I/O
DATA N-CH
IN SCHMITT TRIGGER
OUTPUT DISABLE
Figure 1-3. Pin Circuit Type A-3
Figure 1-5. Pin Circuit Type E
VDD VDD
PNE PULL-UP RESISTOR
VDD
PULL-UP RESISTOR
DATA RESISTOR ENABLE
P-CH
I/O N-CH
IN SCHMITT TRIGGER
OUTPUT DISABLE
SCHMITT TRIGGER
Figure 1-4. Pin Circuit Type B
Figure 1-6. Pin Circuit Type E-1
1-13
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P21132 MICROCONTROLLER
VDD VDD
PNE PULL-UP RESISTOR
P-CH
RESISTOR ENABLE
DATA N-CH OUTPUT DISABLE
I/O
SCHMITT TRIGGER
Figure 1-7. Pin Circuit Type E-2
VDD
SCHMITT TRIGGER DIGITAL IN PNE RESISTOR ENABLE EXT-REF (P4.2 only) ANALOG IN + COMPARATOR INT-REF DIGITAL or ANALOG SELECTABLE by SOFTWARE (P4MOD) OUTPUT DISABLE PULL-UP RESISTOR
VDD
P-CH DATA N-CH
I/O
Figure 1-8. Pin Circuit Type F-4
1-14
S3C72B5/C72B7/C72B9/P72B9
PRODUCT OVERVIEW
VLC1
VLC1
VLC2
VLC2
VLC3
SEG/COM
COM OUT
OUT
VLC4
VLC5
VLC5
VSS
VSS
Figure 1-9. Pin Circuit Type H-4
Figure 1-11. Pin Circuit Type H-6
VLC1
VLC1
VLC3
VLC3
SEG
OUT
SEG OUTPUT DISABLE
OUT
VLC4
VLC4 VSS
VSS
Figure 1-10. Pin Circuit Type H-5
Figure 1-12. Pin Circuit Type H-7
1-15
PRODUCT OVERVIEW
S3C72B5/C72B7/C72B9/P21132 MICROCONTROLLER
VDD VDD
PULL-UP RESISTOR
PNE
P-CH
RESISTOR ENABLE I/O
DATA N-CH OUTPUT DISABLE1 SEG OUTPUT DISABLE2 CIRCUIT TYPE H-7
Figure 1-13. Pin Circuit Type H-8
VDD VDD
PULL-UP RESISTOR
PNE
P-CH
RESISTOR ENABLE I/O
DATA N-CH OUTPUT DISABLE1 SEG OUTPUT DISABLE2 CIRCUIT TYPE H-7
SCHMITT TRIGGER
Figure 1-14. Pin Circuit Type H-15
1-16
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
15
OVERVIEW
-- I/O capacitance
ELECTRICAL DATA
In this section, information on S3C72B5/C72B7/C72B9 electrical characteristics is presented as tables and graphics. The information is arranged in the following order: Standard Electrical Characteristics -- Absolute maximum ratings -- D.C. electrical characteristics -- Main system clock oscillator characteristics -- Subsystem clock oscillator characteristics -- Comparator electrical characteristics -- LCD contrast controller characteristics -- A.C. electrical characteristics -- Operating voltage range Stop Mode Characteristics and Timing Waveforms -- RAM data retention supply voltage in stop mode -- Stop mode release timing when initiated by RESET -- Stop mode release timing when initiated by an interrupt request Miscellaneous Timing Waveforms -- A.C timing measurement points -- Clock timing measurement at Xin -- Clock timing measurement at XTin -- TCL0/TCL1 timing -- Input timing for RESET signal -- Input timing for external interrupts and quasi-interrupts -- Serial data transfer timing
15-1
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
Table 15-1. Absolute Maximum Ratings (TA = 25 C) Parameter Supply Voltage Input Voltage Output Voltage Output Current High Symbol VDD VI VO I OH I OL Conditions - All I/O pins active - One I/O pin active All I/O pins active Output Current Low One I/O pin active Rating - 0.3 to + 6.5 - 0.3 to VDD + 0.3 - 0.3 to VDD + 0.3 - 15 - 35 + 30 (Peak value) + 15 * Total for ports 0, 2-9 + 100 (Peak value) + 60 * Operating Temperature Storage Temperature TA Tstg - -
Duty . C C
Units V V V mA
mA
- 40 to + 85 - 65 to + 150
*
The values for Output Current Low ( IOL ) are calculated as Peak Value x
Table 15-2. D.C. Electrical Characteristics (TA = - 40 C to + 85 C, VDD = 1.8 V to 5.5 V) Parameter Input High Voltage Symbol VIH1 VIH2 VIH3 Input Low Voltage VIL1 VIL2 VIL3 Output High Voltage Output Low Voltage VOH Conditions All input pins except those specified below for VIH2-VIH3 Ports 0, 1, 4, 6, P3.2, P3.3, and RESET Xin, Xout, XTin, and XTout All input pins except those specified below for VIL2-VIL3 Ports 0, 1, 4, 6, P3.2, P3.3, and RESET Xin, Xout, XTin, and XTout VDD = 4.5 V to 5.5 V IOH = - 1 mA Ports 0, 2, 3, 4, ports 6-13 VDD = 4.5 V to 5.5 V IOL = 15 mA Ports 0, 2, 3, 4, ports 6-13 VDD = 1.8 V to 5.5 V IOL = 1.6 mA 0.4 VDD - 1.0 - Min 0.7 VDD 0.8 VDD VDD - 0.1 - - Typ - Max VDD VDD VDD 0.3 VDD 0.2 VDD 0.1 - V V Units V
VOL
-
-
2.0
V
15-2
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
Table 15-2. D.C. Electrical Characteristics (Continued) (TA = - 40 C to + 85 C, VDD = 1.8 V to 5.5 V) Parameter Input High Leakage Current Symbol ILIH1 Conditions VI = VDD All input pins except those specified below for ILIH2 VI = VDD Xin, Xout, XTin, and XTout VI = 0 V All input pins except RESET, Xin, Xout, XTin, and XTout ILIL2 Output High Leakage Current Output Low Leakage Current Pull-Up Resistor ILOH VI = 0 V RESET, Xin, Xout, XTin, and XTout VO = VDD All output pins VO = 0 V All output pins VI = 0 V; VDD = 5 V Ports 0-4, ports 6-13 VDD = 3 V RL2 VI = 0 V; VDD = 5 V, RESET VDD = 3 V LCD Voltage Dividing Resistor |VLC1-COMi| Voltage Drop (i = 0-15) |VLC1-SEGx| Voltage Drop (x = 0-79) VLC2 Output Voltage VLC3 Output Voltage VLC4 Output Voltage VLC5 Output Voltage RLCD - - - 3 A - 20 - - Min - Typ - Max 3 Units A
ILIH2 Input Low Leakage Current ILIL1
20 -3 A
ILOL
-
-
-3
A
RLI
25 50 100 200 40
50 100 250 500 60
100 200 400 800 90
k
k
VDC
- 15 A per common pin
-
-
120
mV
VDS
- 15 A per segment pin
-
-
120
VLC2 VLC3 VLC4 VLC5
VDD = 1.8 V to 5.5 V, 1/5 bias LCD clock = 0 Hz, VLC1 = VDD
0.8 VDD- 0.2 0.6 VDD- 0.2 0.4 VDD- 0.2 0.2 VDD- 0.2
0.8 VDD 0.6 VDD 0.4 VDD 0.2 VDD
0.8 VDD- 0.2 0.6 VDD- 0.2 0.4 VDD- 0.2 0.2 VDD- 0.2
V
15-3
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
Table 15-2. D.C. Electrical Characteristics (Concluded) (TA = - 40 C to + 85 C, VDD = 1.8 V to 5.5 V) Parameter Supply Current (1) Symbol IDD1 (2) Conditions VDD = 5 V 10% Crystal oscillator C1 = C2 = 22 pF VDD = 3 V 10% IDD2 (2) Idle mode VDD = 5 V 10% Crystal oscillator C1 = C2 = 22 pF VDD = 3 V 10% IDD3 (3) IDD4 (3) IDD5 6.0 MHz 4.19 MHz 6.0 MHz 4.19 MHz 6.0 MHz 4.19 MHz Min - Typ 3.9 2.9 1.8 1.3 1.3 1.2 Max 8.0 5.5 4.0 3.0 2.5 1.8 Units mA
6.0 MHz 4.19 MHz -
0.5 0.44 15.3 6.4 2.5
1.5 1.0 30 15 5 A
VDD = 3 V 10% 32 kHz crystal oscillator Idle mode; VDD = 3 V 10% 32 kHz crystal oscillator Stop mode; VDD = 5 V 10% Stop mode; VDD = 3 V 10% VDD = 5 V 10% VDD = 3 V 10% SCMOD = 0100B SCMOD = 0000B XTin = 0V
0.5 0.2 0.1
3 3 2
NOTES: 1. Currents in the following circuits are not included; on-chip pull-up resistors, internal LCD voltage dividing resistors, output port drive currents. 2. Data includes power consumption for subsystem clock oscillation. 3. When the system clock control register, SCMOD, is set to 1001B, main system clock oscillation stops and the subsystem clock is used. 4. Every values in this table is measured when the power control register (PCON) is set to "0011B".
15-4
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
Table 15-3. Main System Clock Oscillator Characteristics (TA = - 40 C + 85 C, VDD = 1.8 V to 5.5 V) Oscillator Ceramic Oscillator Clock Configuration
Xin Xout
(1)
Parameter Oscillation frequency
Test Condition -
Min 0.4
Typ -
Max 6.0
Units MHz
C1
C2
Stabilization time (2)
Stabilization occurs when VDD is equal to the minimum oscillator voltage range; VDD = 3.0 V. -
-
-
4
ms
Crystal Oscillator
Xin
Xout
Oscillation frequency
(1)
0.4
-
6.0
MHz
C1
C2
Stabilization time (2) External Clock Xin input frequency (1)
VDD = 2.7 V to 5.5 V VDD = 1.8 V to 5.5 V -
- - 0.4
- - -
10 30 6.0
ms
Xin
Xout
MHz
Xin input high and low level width (tXH, tXL) RC Oscillator
Xin R Xout
- R = 20 k, VDD = 5 V
83.3 -
- 2
1250 -
ns MHz
Frequency
R = 39 k, VDD = 3 V
-
1
-
NOTES: 1. Oscillation frequency and Xin input frequency data are for oscillator characteristics only. 2. Stabilization time is the interval required for oscillating stabilization after a power-on occurs, or when stop mode is terminated.
15-5
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
Table 15-4. Subsystem Clock Oscillator Characteristics (TA = - 40 C + 85 C, VDD = 1.8 V to 5.5 V) Oscillator Crystal Oscillator Clock Configuration
XTin XTout
(1)
Parameter Oscillation frequency
Test Condition -
Min 32
Typ 32.768
Max 35
Units kHz
C1
C2
Stabilization time (2)
VDD = 2.7 V to 5.5 V VDD = 1.8 V to 5.5 V
- - 32
1.0 - -
2 10 100
s
External Clock
XTin
XTout
XTin input frequency
(1)
-
kHz
XTin input high and low level width (tXTL, tXTH)
-
5
-
15
s
NOTES: 1. Oscillation frequency and XTin input frequency data are for oscillator characteristics only. 2. Stabilization time is the interval required for oscillating stabilization after a power-on occurs.
15-6
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
Table 15-5. Input/Output Capacitance (TA = 25 C, VDD = 0 V ) Parameter Input Capacitance Output Capacitance I/O Capacitance Symbol CIN COUT CIO Condition f = 1 MHz; Unmeasured pins are returned to VSS Min - - - Typ - - - Max 15 15 15 Units pF pF pF
Table 15-6. Comparator Electrical Characteristics (TA = - 40 C + 85 C, VDD = 4.0 V to 5.5 V, VSS = 0 V) Parameter Input Voltage Range Reference Voltage Range Input Voltage Accuracy Internal External Symbol - VREF VCIN1 VCIN2 ICIN, IREF Condition - - - - - Min 0 0 - - -3 Typ - - - - - Max VDD VDD 150 150 3 Units V V mV mV A
Input Leakage Current
Table 15-7. LCD Contrast Controller Characteristics (TA = - 40 C + 85 C, VDD = 4.5 V to 5.5 V) Parameter Resolution Linearity Max Output Voltage (LCNST = #8FH) Symbol - RLIN VLPP Condition - - VLC1=VDD=5V Min - - 4.9 Typ - - - Max 4 1.0 VLC1 Units Bits LSB V
15-7
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
Table 15-8. A.C. Electrical Characteristics (TA = - 40 C to + 85 C, VDD = 1.8 V to 5.5 V) Parameter Instruction Cycle Time (note) TCL0, TCL1 Input Frequency TCL0, TCL1 Input High, Low Width Symbol tCY Conditions VDD = 2.7 V to 5.5 V VDD = 1.8 V to 5.5 V f TI0, f TI1 VDD = 2.7 V to 5.5 V VDD = 1.8 V to 5.5 V tTIH0, tTIL0 tTIH1, tTIL1 tKCY VDD = 2.7 V to 5.5 V VDD = 1.8 V to 5.5 V SCK Cycle Time VDD = 2.7 V to 5.5 V; Input Output VDD = 1.8 V to 5.5 V; Input Output SCK High, Low Width tKH, tKL VDD = 2.7 V to 5.5 V; Input Output VDD = 1.8 V to 5.5 V; Input Output SI Setup Time to SCK High tSIK VDD = 2.7 V to 5.5 V; Input VDD = 2.7 V to 5.5 V; Output VDD = 1.8 V to 5.5 V; Input VDD = 1.8 V to 5.5 V; Output SI Hold Time to SCK High tKSI VDD = 2.7 V to 5.5 V; Input VDD = 2.7 V to 5.5 V; Output VDD = 1.8 V to 5.5 V; Input VDD = 1.8 V to 5.5 V; Output 0.48 1.8 800 650 3200 3800 325 tKCY/2 - 50 1600 tKCY/2 - 150 100 150 150 500 400 400 600 500 - - ns - - ns - - ns - - ns - Min 0.67 0.95 0 - Typ - Max 64 64 1.5 1 - s MHz Units s
NOTE: Unless otherwise specified, Instruction Cycle Time condition values assume a main system clock ( fx ) source.
15-8
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
Table 15-8. A.C. Electrical Characteristics (Continued) (TA = - 40 C to + 85 C, VDD = 1.8 V to 5.5 V) Parameter Output Delay for SCK to SO Symbol tKSO Conditions VDD = 2.7 V to 5.5 V; Input VDD = 2.7 V to 5.5 V; Output VDD = 1.8 V to 5.5 V; Input VDD = 1.8 V to 5.5 V; Output Interrupt Input High, Low Width RESET Input Low Width tINTH, tINTL tRSL INT0, INT1, INT2, INT4, K0-K7 Input 10 10 - - Min - Typ - Max 300 250 1000 1000 - - s s Units ns
NOTE: Minimum value for INT0 is based on a clock of 2tCY or 128 / fx as assigned by the IMOD0 register setting.
CPU CLOCK 1.5 MHz
Main Oscillator Frequency (Divided by 4) 6 MHz
1.05 MHz
4.2 MHz
15.6 kHz
1
2
1.8
3
4
5
6
7
SUPPLY VOLTAGE (V) CPU CLOCK = 1/n x oscillator frequency (n = 4, 8 or 64)
Figure 15-1. Standard Operating Voltage Range
15-9
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
Table 15-9. RAM Data Retention Supply Voltage in Stop Mode (TA = - 40 C to + 85 C) Parameter Data retention supply voltage Data retention supply current Release signal set time Oscillator stabilization wait time (1) Symbol VDDDR IDDDR tSREL tWAIT Conditions - VDDDR = 1.8 V - Released by RESET Released by interrupt Min 1.8 - 0 - - Typ - 0.1 - 217 / fx
(2)
Max 5.5 1 - - -
Unit V A s ms
NOTES: 1. During oscillator stabilization wait time, all CPU operations must be stopped to avoid instability during oscillator start-up. 2. Use the basic timer mode register (BMOD) interval timer to delay execution of CPU instructions during the wait time.
15-10
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
TIMING WAVEFORMS
INTERNAL RESET OPERATION STOP MODE DATA RETENTION MODE IDLE MODE OPERATING MODE
VDD VDDDR
EXECUTION OF STOP INSTRUCTION RESET
tWAIT t SREL
Figure 15-2. Stop Mode Release Timing When Initiated By RESET
IDLE MODE STOP MODE DATA RETENTION MODE NORMAL OPERATING MODE
VDD VDDDR
EXECUTION OF STOP INSTRUCTION
tSREL
POWER-DOWN MODE TERMINATING SIGNAL (INTERRUPT REQUEST)
t WAIT
Figure 15-3. Stop Mode Release Timing When Initiated By Interrupt Request
15-11
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
0.8 VDD 0.2 VDD
MEASUREMENT POINTS
0.8 VDD 0.2 VDD
Figure 15-4. A.C. Timing Measurement Points (Except for Xin and XTin)
1 / fx
tXL
t XH
Xin
VDD - 0.1 V
0.1 V
Figure 15-5. Clock Timing Measurement at Xin
1 / f xt
t XTL
t XTH
XTin
VDD - 0.1 V
0.1 V
Figure 15-6. Clock Timing Measurement at XTin
15-12
S3C72B5/C72B7/C72B9/P72B9
ELECTRICAL DATA
1 / fTI
t TIL
t TIH
TCL0/TCL1
0.7 VDD 0.3 VDD
Figure 15-7. TCL0/TCL1 Timing
tRSL
RESET 0.2 VDD
Figure 15-8. Input Timing for RESET Signal
tINTL
tINTH
INT0, 1, 2, 4 K0 to K7
0.8 VDD 0.2 VDD
Figure 15-9. Input Timing for External Interrupts and Quasi-Interrupts
15-13
ELECTRICAL DATA
S3C72B5/C72B7/C72B9/P72B9
tKCY tKL SCK tKH 0.8 VDD 0.2 VDD tSIK tKSI 0.8 VDD 0.2 VDD
SI
INPUT DATA
tKSO SO OUTPUT DATA
Figure 15-10. Serial Data Transfer Timing
15-14
S3C72B5/C72B7/C72B9/P72B9
MECHANICAL DATA
16
MECHANICAL DATA
23.90 0.30 20.00 0.20 0-8
+ 0.10
0.15 - 0.05
17.90 0.30
14.00 0.20
100-QFP-1420C
0.10 MAX
(0.83)
#100
#1 0.65
0.30
+ 0.10 - 0.05
0.15 MAX
0.05 MIN (0.58) 2.65 0.10 3.00 MAX
0.10 MAX 0.80 0.20
NOTE: Dimensions are in millimeters.
Figure 16-1. 128-QFP-1420 Package Dimensions
0.80 0.20
16-1
S3C72B5/C72B7/C72B9/P72B9
S3P72B9 OTP
17
OVERVIEW
S3P72B9 OTP
The S3P72B9 single-chip CMOS microcontroller is the OTP (One Time Programmable) version of the S3C72B5/C72B7/C72B9 microcontroller. It has an on-chip OTP ROM instead of masked ROM. The EPROM is accessed by serial data format. The S3P72B9 is fully compatible with the S3C72B5/C72B7/C72B9, both in function and in pin configuration except ROM size. Because of its simple programming requirements, the S3P72B9 is ideal for use as an evaluation chip for the S3C72B5/C72B7/C72B9.
17-1
S3P72B9 OTP
S3C72B5/C72B7/C72B9/P72B9
COM9/SEG86 COM8/SEG87 COM7 COM6 COM5 COM4 COM3 COM2 COM1 COM0 VLC5 VLC4 VLC3 VLC2 VLC1 P0.0/ SCK/K0 P0.1/SO/K1 SDAT/P0.2/SI/K2 SCLK /P0.3/BUZ/K3 VDD /VDD VSS/VSS XOUT XIN VPP/TEST XTIN XTOUT RESET /RESET P1.0/INT0 P1.1/INT1 P1.2/INT2 P1.3/INT4 P2.0/M P2.1/LCDFR P2.2/CLO1 P2.3/CLO2 P3.0/TCLO0/CL P3.1/TCLO1 P3.2/TCL0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103
SEG85/COM10 SEG84/COM11 SEG83/COM12 SEG82/COM13 SEG81/COM14 SEG80/COM15 SEG0 SEG1 SEG2 SEG3 SEG4 SEG5 SEG6 SEG7 SEG8 SEG9 SEG10 SEG11 SEG12 SEG13 SEG14 SEG15 SEG16 SEG17 SEG18 SEG19
S3C72B5/C72B7/C72B9 (128-QFP-1420C)
102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65
SEG20 SEG21 SEG22 SEG23 SEG24 SEG25 SEG26 SEG27 SEG28 SEG29 SEG30 SEG31 SEG32 SEG33 SEG34 SEG35 SEG36 SEG37 SEG38 SEG39 SEG40 SEG41 SEG42 SEG43 SEG44 SEG45 SEG46 SEG47 SEG48/P13.3 SEG49/P13.2 SEG50/P13.1 SEG51/P13.0 SEG52/P12.3 SEG53/P12.2 SEG54/P12.1 SEG55/P12.0 SEG56/P11.3 SEG57/P11.2
NOTE: The bolds indicate an OTP pin name.
Figure 17-1. S3P72B9 Pin Assignments (128-QFP Package)
17-2
P3.3/TCL1 P4.0/CIN0 P4.1/CIN1 P4.2/CIN2 SEG79/P6.0/K4 SEG78/P6.1/K5 SEG77/P6.2/K6 SEG76/P6.3/K7 SEG75/P7.0 SEG74/P7.1 SEG73/P7.2 SEG72/P7.3 SEG71/P8.0 SEG70/P8.1 SEG69/P8.2 SEG68/P8.3 SEG67/P9.0 SEG66/P9.1 SEG65/P9.2 SEG64/P9.3 SEG63/P10.0 SEG62/P10.1 SEG61/P10.2 SEG60/P10.3 SEG59/P11.0 SEG58/P11.1
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
S3C72B5/C72B7/C72B9/P72B9
S3P72B9 OTP
Table 17-1. Descriptions of Pins Used to Read/Write the EPROM Main Chip Pin Name P0.2 Pin Name SDAT Pin No. 18 During Programming I/O I/O Function Serial data pin. Output port when reading and input port when writing. Can be assigned as a Input / push-pull output port. Serial clock pin. Input only pin. Power supply pin for EPROM cell writing (indicates that OTP enters into the writing mode). When 12.5 V is applied, OTP is in writing mode and when 5 V is applied, OTP is in reading mode. (Option) Chip Initialization Logic power supply pin. VDD should be tied to +5 V during programming.
P0.3 TEST
SCLK VPP (TEST)
19 24
I/O I
RESET VDD/VSS
RESET VDD/VSS
27 20/21
I I
Table 17-2. Comparison of S3P72B9 and S3C72B5/C72B7/C72B9 Features Characteristic Program Memory Operating Voltage (VDD) OTP Programming Mode Pin Configuration EPROM Programmability 1.8 V to 5.5 V VDD = 5 V, VPP (TEST) = 12.5V 128 QFP User Program 1 time 128 QFP Programmed at the factory S3P72B9 32-Kbyte EPROM S3C72B5/C72B7/C72B9 16/24/32-Kbyte mask ROM 1.8 V to 5.5 V
OPERATING MODE CHARACTERISTICS When 12.5 V is supplied to the VPP (TEST) pin of the S3P72B9, the EPROM programming mode is entered. The operating mode (read, write, or read protection) is selected according to the input signals to the pins listed in Table 17-3 below. Table 17-3. Operating Mode Selection Criteria VDD 5V
VPP
(TEST) 5V 12.5 V 12.5 V 12.5 V
REG/ MEM 0 0 0 1
ADDRESS
R/W 1 0 1 0 EPROM read
MODE
(A15-A0) 0000H 0000H 0000H 0E3FH EPROM program EPROM verify EPROM read protection
NOTE: "0" means Low level; "1" means High level.
17-3
S3P72B9 OTP
S3C72B5/C72B7/C72B9/P72B9
START
Address= First Location
VDD =5V, V PP=12.5V
x=0
Program One 1ms Pulse
Increment X
YES
x = 10
NO FAIL
Verify Byte
Verify 1 Byte
FAIL
Last Address
NO
Increment Address
VDD = VPP= 5 V
FAIL
Compare All Byte
PASS
Device Failed
Device Passed
Figure 17-2. OTP Programming Algorithm
17-4
S3C72B5/C72B7/C72B9/P72B9
S3P72B9 OTP
Table 17-4. D.C. Electrical Characteristics (TA = - 40 C to + 85 C, VDD = 1.8 V to 5.5 V) Parameter Supply Current (1) Symbol
I DD1
(2)
Conditions VDD = 5 V 10% Crystal oscillator C1 = C2 = 22 pF VDD = 3 V 10% 6.0 MHz 4.19 MHz 6.0 MHz 4.19 MHz 6.0 MHz 4.19 MHz
Min -
Typ 3.9 2.9 1.8 1.3 1.3 1.2
Max 8.0 5.5 4.0 3.0 2.5 1.8
Units mA
I
DD2
(2)
Idle mode VDD = 5 V 10% Crystal oscillator C1 = C2 = 22 pF VDD = 3 V 10%
6.0 MHz 4.19 MHz -
0.5 0.44 15.3 6.4 2.5
1.5 1.0 30 15 5 A
I I
DD3 DD4
(3)
VDD = 3 V 10% 32 kHz crystal oscillator Idle mode; VDD = 3 V 10% 32 kHz crystal oscillator Stop mode; VDD = 5 V 10% Stop mode; VDD = 3 V 10% VDD = 5 V 10% VDD = 3 V 10% SCMOD = 0100B SCMOD = 0000B XTin = 0V
(3)
IDD5
0.5 0.2 0.1
3 3 2
NOTES: 1. Currents in the following circuits are not included; on-chip pull-up resistors, internal LCD voltage dividing resistors, output port drive currents. 2. Data includes power consumption for subsystem clock oscillation. 3. When the system clock control register, SCMOD, is set to 1001B, main system clock oscillation stops and the subsystem clock is used. 4. Every values in this table is measured when the power control register (PCON) is set to "0011B".
17-5
S3P72B9 OTP
S3C72B5/C72B7/C72B9/P72B9
CPU CLOCK 1.5 MHz
Main Oscillator Frequency (Divided by 4) 6 MHz
1.05 MHz
4.2 MHz
15.6 kHz
1
2
1.8
3
4
5
6
7
SUPPLY VOLTAGE (V) CPU CLOCK = 1/n x oscillator frequency (n = 4, 8 or 64)
Figure 17-3. Standard Operating Voltage Range
17-6


▲Up To Search▲   

 
Price & Availability of S3P72B9

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X